type github.com/jackc/pgx/v5/pgtype.encodePlanNumericCodecBinaryFloat64Valuer

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		numeric.go#L324: 			return encodePlanNumericCodecBinaryFloat64Valuer{}
		numeric.go#L353: type encodePlanNumericCodecBinaryFloat64Valuer struct{}
		numeric.go#L355: func (encodePlanNumericCodecBinaryFloat64Valuer) Encode(value any, buf []byte) (newBuf []byte, err error) {